wayland: Don't assert non-recursing in gdk_window_destroy
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Aug 2015 17:48:46 +0000 (13:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 28 Aug 2015 20:15:26 +0000 (16:15 -0400)
commit578ba0f974c6e70e02a34266767618140b2c128b
treee8280d02af71b550628948fdab5596352135c73d
parentdc79d4f50d821530b864240020769ff4a53f4fde
wayland: Don't assert non-recursing in gdk_window_destroy

While we do not have subwindows in Wayland, we do create an
artificial root window. When the display is closed, the root
window gets destroyed, causing recursing to be true for the
toplevel windows.
gdk/wayland/gdkwindow-wayland.c